home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / unarced / graphics / pbmplus / ppm / ppmdither.man < prev    next >
Text File  |  1995-03-17  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.      ppmdither(1)          AMIGA (14 July 1991)           ppmdither(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           ppmdither - ordered dither for color images
  10.  
  11.      SYNOPSIS
  12.           ppmdither [-dim dimension] [-red shades] [-green shades] [-
  13.           blue shades] [ppmfile]
  14.  
  15.      DESCRIPTION
  16.           Reads a portable pixmap as input, and applies dithering to
  17.           it to reduce the number of colors used down to the specified
  18.           number of shades for each primary.  The default number of
  19.           shades is red=5, green=9, blue=5, for a total of 225 colors.
  20.           To convert the image to a binary rgb format suitable for
  21.           color printers, use -red 2 -green 2 -blue 2.  The maximum
  22.           number of colors that can be used is 256 and can be computed
  23.           as the product of the number of red, green and blue shades.
  24.  
  25.      OPTIONS
  26.           -dim dimension
  27.                         The size of the dithering matrix.  Must be a
  28.                         power of 2.
  29.  
  30.           -red shades   The number of red shades to be used; minimum
  31.                         of 2.
  32.  
  33.           -green shades The number of green shades to be used; minimum
  34.                         of 2.
  35.  
  36.           -blue shades  The number of blue shades to be used; minimum
  37.                         of 2.
  38.  
  39.      SEE ALSO
  40.           pnmdepth(1), ppmquant(1), ppm(5)
  41.  
  42.      AUTHOR
  43.           Copyright (C) 1991 by Christos Zoulas.
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/19/91)
  64.  
  65.  
  66.  
  67.